home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / editors / origami / oribin.zoo / bindings / spell-it.fun < prev    next >
Encoding:
Text File  |  1991-07-09  |  391 b   |  16 lines

  1. {{{  comments
  2. ; save the file and attach a file containg the output of ``spell''
  3. ; for the current file. attach a filled fold to the generated output.
  4. }}}
  5. nodup
  6. {{{  spell-it
  7. (deffun spell-it (
  8.   save-file
  9.   shell-command "spell "  "$ORIFILE "  ">.spelled newline-and-indent
  10.   newline-and-indent
  11.   beginning-of-line
  12.   create-fold create-fold ".spelled
  13.   open-file-fold
  14. ))
  15. }}}
  16.